func github.com/go-pg/pg/v10/types.scanInt64

4 uses

	github.com/go-pg/pg/v10/types (current package)
		column.go#L59: 		n, err := scanInt64(rd, n, 16)
		column.go#L65: 		n, err := scanInt64(rd, n, 32)
		scan.go#L140: 	return scanInt64(rd, n, 64)
		scan.go#L143: func scanInt64(rd Reader, n int, bitSize int) (int64, error) {